@import
url('https://fonts.googleapis.com/css?familly#Roboto:400,700');
body{
    overflow-y:scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.08);
    font-size: 14px;
    letter-spacing: 0;
    font-family: Arial, sans-serif;
}
.container0001{
    max-width: 1000px;
    margin: 0px 0px 0px 350px;
}
#pagalcontain{
    margin-top: 60px;
    position: absolute;
}
nav{
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.10);
}
nav ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    text-align: left;
}
nav li{
    display: inline-block;
}
nav .changea{
    color: #444;
    text-decoration: none;
    display: block;
    padding: 0.25em 0.75em;
}
nav .changea2{
    color: #444;
    text-decoration: none;
    display: block;
    padding: 0.75em 1.75em;
}
nav li:hover{
    background: black;
}
nav li:hover a{
    color: #fff;
}
.menu-sub{
    position: absolute;
    left: 0;
    background: #C0c0c0;
    width: 100%;
    display: none;
    color: #fff;
    padding: 2em;
}
nav li:hover .menu-sub{
    display: block;
}
.menu-sub li{
    display: block;
}
.menu-sub a{
    padding: 0px;
    margin-bottom: 0.35em;
}
/*.menu-sub a:hover{
    color: green;
}*/
.menu-category{
    margin: 2.5em 0 0.5em;
}
.menu-category .changecolor{
    color: #000000;
    text-decoration: none;
    display: block;
}
.menu-category:first-of-type{
    margin-top: 0px;
}
.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4{
    float: left;
}
.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4{
    width: 20%;
}
.bgc{
    background: Blue;
    height: 60px;
    margin-top: 10px;
    width: 100%;
}
.autocomplete{
    margin-left: 300px;
    background: #fff;
    position: absolute;
    width: 500px;
    box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
}
.autocomplete .close{
    position: absolute;
    font-size: 13px;
    z-index: 10px;
    top: 10px;
    left: calc(130% - 50%);
    color: #aaa;
    cursor: pointer;
    display: none;
}
.autocomplete .close.visible{
    display: block;
}
input{
    padding: 10px 10px;
    font-weight: 200px;
    width: 50%;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
}
/*input:focus{
    border-bottom-color: tomato;
}*/
.dialog{
    width: 100%;
    display: none;
    min-height: 20px;
    max-height: 230px;
    overflow: scroll;
    border-top: 1px solid #f4f4f4;
}
.dialog.open{
    display: block;
}
.dialog div{
    padding: 10px 10px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}
.dialog div:hover{
    background: #f2f2f2;
}
.dlogo{
    float: left;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 50px;
}
.plogo{
    width: 100%;
    height: 10px;
    margin-left: 1000px;
    margin-top: -10px;
    color: white;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
}
ul li{
    float: left;
    margin-top: 10px;
    color: #fff;
}
ul li a{
    width: 150px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}
.ahovera1{
    color: #fff;
}
.ahovera{
    color: #000;
}
.ahovera:hover{
    background: white;
}
ul li ul{
    border-radius: 30px;
    display: none;
}
ul li ul li{
    float: none;
    color: black;
}
ul li:hover ul{
    display: block;
}

#div00{
    margin: 40px 0px 0px 0px;
}
/*.h2-1{
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    font-weight: 500;
    align-items: center;
}*/
h2{
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
div{
    display: blocK;
}
.div1{
    margin-bottom: 400px;
    width: 100%;
}
.div2{
    padding: 10px 20px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.div4{
    display:flex;
    flex-direction: column;
    float: left;
    margin-left: 80px;
    margin-top: 80px;
    margin-right: 80px;
}
.div6:hover{
    transform: scale(1.1);
}
.div6{
    text-align: center;
}
.div7{
    position:relative;
    margin: 0 auto;
    text-align: center;
}
.div8{
    margin-left: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}
.div9{
    margin-left: 50px;
    color: #388e3c;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.div10{
    margin-left: 50px;
    opacity: 0.6;
    padding-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.div11{
    margin-left: 50px;
    font-size: 13px;
    text-align: center;
}
.img1{
    
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 120px;
    top: 0px;
    margin: auto;
    opacity:1;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}

#lastfooter{
    margin-top: 5000px;
    color: whitesmoke;
    background: #000;
    width: 100%;
    height: 200px;
}
.footeranchor{
    font-size: 30px;
    text-decoration: none;
    color: #fff;
}
#doside{
    margin-left: 500px;
}
#doside1{
    margin-left: 1000px;
}
.footeranchor1{
    text-align:left;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}
ol li{
    float: left;
    list-style: none;
}
ol li ol li{
    float: none;
}
ol li a:hover{
    color: #0000ff;
}
#f001f{
    background-color: #0000ff;
    width: 100%;
    height: 5%;
}

input[type=submit] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 30px;
    outline: none;
    border: none;
    background: #60adde;
    opacity: 0.7;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
}
input[type=submit]:hover {
    background: #003366;
    opacity: 0.7;
}